home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / CHIP Turkiye Temmuz 2000.iso / prog / share / 20 / 20.exe / HISTORYE.TXT < prev    next >
Text File  |  2000-04-10  |  9KB  |  194 lines

  1.      ╔═══╦╦════════════════════╦╦═══╗
  2.      ║ ╔╦╣║  Fractal Explorer  ║╠╦╗ ║
  3.      ╠╦╣║║╟╥╥────────────────╥╥╢║║╠╦╣
  4.      ╠╬╬╬╬╬╬╣  version 1.19  ╠╬╬╬╬╬╬╣
  5.      ╚╩╩╩╩╩╩╩════════════════╩╩╩╩╩╩╩╝
  6.  
  7.      Changes since version 1.18:
  8.      ~~~~~~~~~~~~~~~~~~~~~~~~~~
  9. [++] added inplace antialiasing for polinomial fractals - menu "Options"
  10.      and the "Graphics" page of the "System options" dialog
  11.          (inhahe <inhahe@gate.net>);
  12. [++] now you can load the FractInt's IFS files, select formula from list
  13.      and save it in FRI-file after various manipulations;
  14. [++] added toolbar in the main window. Also, you can hide the toolbar and
  15.      statusbar
  16.          (Denis Ulyanov <anton@icn.bmstu.ru>)
  17.          (inhahe <inhahe@gate.net>);
  18. [++] the mode of selecting area is completely altered. Now selected block
  19.      is persistent. You can move and resize it while it loads (look at the
  20.      mouse cursor, please). After selection is complete, you can apply it
  21.      by clicking the right mouse button.
  22.      Also, old non-persistent block was kept. Quick selections are available
  23.      with SHIFT key (or right mouse button)
  24.          (Maria Grist <http://www.geocities.com/m_grist/>),
  25.          (inhahe <inhahe@gate.net>);
  26. [++] released version 2.01 of the Formulae Compilator with many new
  27.      features (read the "compil_e.txt" please);
  28. [++] added first attempt to saving images into GIF-format
  29.         (thanks to Anders Melander for freeware Delphi objects);
  30. [+]  "Microsoft Video 1" video compressor is selected by default;
  31. [+]  now you can write all frames from the animation as set a of bitmaps
  32.          (inhahe <inhahe@gate.net>)
  33.          (Martin Schneider <martin.schneider@illusion-factory.de>);
  34. [+]  with "System options" dialog, you can select SPOT-file for
  35.      loading at startup
  36.          (Denis Ulyanov <anton@icn.bmstu.ru>);
  37. [+]  elapsed and estimated times displayed in status bar while fractal
  38.      is calculated;
  39. [+]  added color cycling options ("Color control" window)
  40.          (Maria Grist <http://www.geocities.com/m_grist/>);
  41. [+]  added some new fractals:
  42.           ZMinCosZB (by David Walter),
  43.           Four Mandel variation;
  44.           Guido''s Virtual Fish (by Guido Limena);
  45.           Orbital: Atriatix (by Stephen Ferguson);
  46. [+]  added variations of the "Orbit Counting" and "Gaussian" filters;
  47.  
  48.  
  49. [!]  fractal coordinates, "iteration count" and BailOut controls
  50.      has moved into "Select fractal" window.
  51.      also, "Select fractal" window was rearranged;
  52. [!]  the "System options" dialog was rearranged and new options were added;
  53. [!]  limitation of image size for loaded spots now has "best fit" method;
  54. [!]  quick antialiasing in overlapped window can have different levels
  55.      of blur (minimum, normal and maximum);
  56. [!]  added inversion of color, see "Color order" combo
  57.          (Denis Ulyanov <anton@icn.bmstu.ru>);
  58. [!]  interface of the 3D-attractors form were altered to the most beautiful
  59.      direction (we think);
  60. [!]  now you can select the direction of rotation 3D-attractor before
  61.      creating the animation
  62.          (Denis Ulyanov <anton@icn.bmstu.ru>);
  63. [!]  iteration starting values of color control (F8 key) limits are
  64.      from -255 to 255 (inhahe <inhahe@gate.net>);
  65. [!]  now you can save and load "zoom animation" project (FRA-files);
  66.          (inhahe <inhahe@gate.net>);
  67. [!]  also, added the possibility of inserting a spot in spot-list
  68.          (inhahe <inhahe@gate.net>);
  69. [!]  the image size limitation has increased up to 9999x9999 pixels
  70.      (please note - it needed more memory)
  71.          (Kirill Moskvitchev <kir@peterlink.ru>);
  72.  
  73.  
  74. [*]  little changes and fixes in 3D-attractors rendering library;
  75. [*]  fixed part of the errors with centering image after resize
  76.          (Denis Ulyanov <anton@icn.bmstu.ru>)
  77.          (Kirill Moskvitchev <kir@peterlink.ru>);
  78. [*]  some bad bugs in "Group operations" were fixed;
  79. [*]  various middle and small bugs were removed
  80.          (Denis Ulyanov <anton@icn.bmstu.ru>)
  81.          (inhahe <inhahe@gate.net>)
  82.          (Maria Grist <http://www.geocities.com/m_grist/>);
  83.  
  84. ------------------------------------------------------------------------------
  85.  
  86.      Changes since version 1.17:
  87.      ~~~~~~~~~~~~~~~~~~~~~~~~~~
  88. [+]  added new feature: precision control (menu Options|System).
  89.        four values available:
  90.          1 - auto    : precision selected by current scale;
  91.          2 - single  : precision are 7-8 digits, but very quick;
  92.          3 - double  : default precision (15-16 digits) and normal speed;
  93.          4 - extended: high precision (17-18 digits) and very slow;
  94. [+]  in [Options|System] dialogue added options "Allow multiple instances",
  95.          which allow to run more them one copy of FE;
  96. [+]  added feature for background rendering the thumbnail/full-size
  97.      images from set of spots (menu File|Group operations);
  98. [+]  many changes in 3D-attractor OGL-rendering library;
  99.  
  100. [!]  some interface changes and enhancements;
  101. [!]  deleted IFS page in "Select fractal" dialogue. Now all internal IFS-
  102.        sets are deleted. Use IFS constructor for work with IFS;
  103.  
  104. [*]  many bugs fixed;
  105.          (Denis Ulyanov <anton@icn.bmstu.ru>)
  106.          (Guido Limena <antonguido@libero.it>);
  107.  
  108. ------------------------------------------------------------------------------
  109.  
  110.      Changes since version 1.16.1 -1.16.3:
  111.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112. [+]  The new system of fractal landscapes rendering.
  113.      Now for these purposes is used OpenGL(tm), but for start itself, FE
  114.      OpenGL libraries are not required. The lots of rendering functions are
  115.      stored into the separate library, which dynamically loads as required.
  116.      Main possibilities:
  117.        - three independent objects: SKY plane, WATER plane and TERRAIN object;
  118.        - smoothing and blurring of the iteration data;
  119.        - up to five customized light sources;
  120.        - rotating and scaling TERRAIN object;
  121.        - moving and rotating the EYE-point;
  122.        - manipulation with material and/or texture of all objects;
  123.        - the built-in library of carefully fitted textures.
  124.      To use this rendering system you must to download the one file:
  125.          http://skyscraper.fortunecity.com/binary/34/fl_libr.zip
  126.      and unzip it into Fractal Explorer's folder.
  127. [+] Four new coloring methods:
  128.          04. Sine Banding;
  129.          05. Sine Smoothing;
  130.          06. Variation;
  131.          07. Variation II.
  132.     Thanks to Stephen C.Ferguson for the help in their creation.
  133. [+] 12 new filters, which were designed by Stephen C. Ferguson specially for FE:
  134.          F-Stalks-1 (I) - (VI);
  135.          F-Stalks-2 (I) - (VI).
  136.  
  137. [*] the serious error in working with the window of fractal parameters choice
  138.     is corrected.
  139.  
  140. ------------------------------------------------------------------------------
  141.      Version 1.16: changes since version 1.15:
  142.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  143. [+]  "STRANGE" ATTRACTORS: the new version of the rendering system.
  144.      Now it works on two much faster. Besides the set has increased
  145.      possibilities of process control of rendering. The possibility
  146.      has appeared to build and to save the biggest images (up to 1024σ1024).
  147.  
  148.         Attention !
  149.         ~~~~~~~~~~~
  150.         Running of Fractal Explorer now does not need OpenGL support.
  151.         But if in your system the files opengl32.dll and glu32.dll are not
  152.         installed, three-dimensional rendering of "strange" attractors
  153.         will not work !
  154.         You can to receive thess files from:
  155.            http://westwood.fortunecity.com/vuitton/200/opengl.zip
  156.         Unzip the file OpenGL.zip in the Windows/System folder or
  157.         in Fractal Explorer folder.
  158.         Windows 98 users: these libraries are installed in your system !
  159.  
  160. [+]  new formulae: "Generalized Newton" (I, II and III),
  161.      "4nd Newton var", "Guiatr 2", "Guiatr 3", "Polinom G" and "Polinom M";
  162. [+]  new filters: "Orbit counting" (I, II, III and IV),
  163.      "Gaussian by S.Ferguson", "Atan method" (I and II);
  164. [+]  new 3D-attractors formulae: X+Y+Z+XY+YZ and X+XY+XZ+Y+YX+YZ+Z+ZX+ZY;
  165. [+]  rotation of 3D-attractors on two axes and
  166.      recording of an appropriate AVI-clip;
  167. [+]  rotating of current fractal on 90, 180 and 270 degrees;
  168. [+]  new coloring method of 3D-attractors drawing: "Stilson's with fog";
  169.  
  170. [!]  now unused filters can be hidden;
  171. [!]  the controls in the dialogue of 3D-attractors are ordered;
  172.  
  173. [*]  access violation after iterations count changing fixed;
  174. [*]  little bug in filters fixed;
  175. [*]  IFS constructor module: a few bugs are fixed;
  176. [*]  minor bugs are fixed (thanks to Stephen C.Ferguson and Alexey Kravchenko
  177.      for their remarks and advice);
  178.  
  179. ------------------------------------------------------------------------------
  180.      Version 1.15: changes since version 1.14:
  181.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  182. [+]  new version of fractal's landscape rendering, for this we are using the
  183.      RenderLight object by Andy Gibson (http://www.gibsona.demon.co.uk/);
  184. [+]  added some new fractals and filters;
  185.  
  186. [!]  finished 3D attractor/IFS dialog;
  187. [!]  options dialog separated to "Coordinates", "Color control" and "System"
  188.      dialogs;
  189.  
  190. -----------------
  191. [+] - new features
  192. [!] - enhancement
  193. [*] - bug fixed
  194.